[INFO] cloning repository https://github.com/WilliamTakeshi/nrf54l15-app-pac
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WilliamTakeshi/nrf54l15-app-pac" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWilliamTakeshi%2Fnrf54l15-app-pac", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWilliamTakeshi%2Fnrf54l15-app-pac'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c37ad1d0ba99be80a163c7c1a11df9fbaa689242
[INFO] fixing WilliamTakeshi/nrf54l15-app-pac against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWilliamTakeshi%2Fnrf54l15-app-pac" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WilliamTakeshi/nrf54l15-app-pac
[INFO] finished tweaking git repo https://github.com/WilliamTakeshi/nrf54l15-app-pac
[INFO] tweaked toml for git repo https://github.com/WilliamTakeshi/nrf54l15-app-pac written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WilliamTakeshi/nrf54l15-app-pac on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WilliamTakeshi/nrf54l15-app-pac already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833
[INFO] running `Command { std: "docker" "start" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]    Compiling nrf54l15-app-pac v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking volatile-register v0.2.2
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr] error: could not compile `nrf54l15-app-pac` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name nrf54l15_app_pac --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "rt"))' -C metadata=24754de721a42d04 -C extra-filename=-0581efd0c3d420b8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cortex_m=/opt/rustwide/target/debug/deps/libcortex_m-4227f1e3fbedc216.rmeta --extern vcell=/opt/rustwide/target/debug/deps/libvcell-0fd7c8c1767cabd2.rmeta` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning[E0133]: use of mutable static is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2532:9
[INFO] [stdout]      |
[INFO] [stdout] 2532 |         DEVICE_PERIPHERALS = true;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ use of mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/lib.rs:2531:5
[INFO] [stdout]      |
[INFO] [stdout] 2531 |     pub unsafe fn steal() -> Self {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]      = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2534:29
[INFO] [stdout]      |
[INFO] [stdout] 2534 |             global_ficr_ns: GlobalFicrNs::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2535:28
[INFO] [stdout]      |
[INFO] [stdout] 2535 |             global_uicr_s: GlobalUicrS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2536:28
[INFO] [stdout]      |
[INFO] [stdout] 2536 |             global_sicr_s: GlobalSicrS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2537:27
[INFO] [stdout]      |
[INFO] [stdout] 2537 |             icachedata_s: IcachedataS::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2538:27
[INFO] [stdout]      |
[INFO] [stdout] 2538 |             icacheinfo_s: IcacheinfoS::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2539:34
[INFO] [stdout]      |
[INFO] [stdout] 2539 |             global_cracencore_s: GlobalCracencoreS::steal(),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2540:22
[INFO] [stdout]      |
[INFO] [stdout] 2540 |             tpiu_ns: TpiuNs::steal(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2541:21
[INFO] [stdout]      |
[INFO] [stdout] 2541 |             etm_ns: EtmNs::steal(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2542:21
[INFO] [stdout]      |
[INFO] [stdout] 2542 |             cpuc_s: CpucS::steal(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2543:23
[INFO] [stdout]      |
[INFO] [stdout] 2543 |             icache_s: IcacheS::steal(),
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2544:22
[INFO] [stdout]      |
[INFO] [stdout] 2544 |             swi00_s: Swi00S::steal(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2545:22
[INFO] [stdout]      |
[INFO] [stdout] 2545 |             swi01_s: Swi01S::steal(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2546:22
[INFO] [stdout]      |
[INFO] [stdout] 2546 |             swi02_s: Swi02S::steal(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2547:22
[INFO] [stdout]      |
[INFO] [stdout] 2547 |             swi03_s: Swi03S::steal(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2548:29
[INFO] [stdout]      |
[INFO] [stdout] 2548 |             global_spu00_s: GlobalSpu00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2549:29
[INFO] [stdout]      |
[INFO] [stdout] 2549 |             global_mpc00_s: GlobalMpc00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2550:32
[INFO] [stdout]      |
[INFO] [stdout] 2550 |             global_dppic00_ns: GlobalDppic00Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2551:31
[INFO] [stdout]      |
[INFO] [stdout] 2551 |             global_dppic00_s: GlobalDppic00S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2552:31
[INFO] [stdout]      |
[INFO] [stdout] 2552 |             global_ppib00_ns: GlobalPpib00Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2553:30
[INFO] [stdout]      |
[INFO] [stdout] 2553 |             global_ppib00_s: GlobalPpib00S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2554:31
[INFO] [stdout]      |
[INFO] [stdout] 2554 |             global_ppib01_ns: GlobalPpib01Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2555:30
[INFO] [stdout]      |
[INFO] [stdout] 2555 |             global_ppib01_s: GlobalPpib01S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2556:27
[INFO] [stdout]      |
[INFO] [stdout] 2556 |             global_kmu_s: GlobalKmuS::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2557:30
[INFO] [stdout]      |
[INFO] [stdout] 2557 |             global_aar00_ns: GlobalAar00Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2558:30
[INFO] [stdout]      |
[INFO] [stdout] 2558 |             global_ccm00_ns: GlobalCcm00Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2559:29
[INFO] [stdout]      |
[INFO] [stdout] 2559 |             global_aar00_s: GlobalAar00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2560:29
[INFO] [stdout]      |
[INFO] [stdout] 2560 |             global_ccm00_s: GlobalCcm00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2561:30
[INFO] [stdout]      |
[INFO] [stdout] 2561 |             global_ecb00_ns: GlobalEcb00Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2562:29
[INFO] [stdout]      |
[INFO] [stdout] 2562 |             global_ecb00_s: GlobalEcb00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2563:30
[INFO] [stdout]      |
[INFO] [stdout] 2563 |             global_cracen_s: GlobalCracenS::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2564:31
[INFO] [stdout]      |
[INFO] [stdout] 2564 |             global_spim00_ns: GlobalSpim00Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2565:31
[INFO] [stdout]      |
[INFO] [stdout] 2565 |             global_spis00_ns: GlobalSpis00Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2566:32
[INFO] [stdout]      |
[INFO] [stdout] 2566 |             global_uarte00_ns: GlobalUarte00Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2567:30
[INFO] [stdout]      |
[INFO] [stdout] 2567 |             global_spim00_s: GlobalSpim00S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2568:30
[INFO] [stdout]      |
[INFO] [stdout] 2568 |             global_spis00_s: GlobalSpis00S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2569:31
[INFO] [stdout]      |
[INFO] [stdout] 2569 |             global_uarte00_s: GlobalUarte00S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2570:33
[INFO] [stdout]      |
[INFO] [stdout] 2570 |             global_glitchdet_s: GlobalGlitchdetS::steal(),
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2571:29
[INFO] [stdout]      |
[INFO] [stdout] 2571 |             global_rramc_s: GlobalRramcS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2572:30
[INFO] [stdout]      |
[INFO] [stdout] 2572 |             global_vpr00_ns: GlobalVpr00Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2573:29
[INFO] [stdout]      |
[INFO] [stdout] 2573 |             global_vpr00_s: GlobalVpr00S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2574:27
[INFO] [stdout]      |
[INFO] [stdout] 2574 |             global_p2_ns: GlobalP2Ns::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2575:26
[INFO] [stdout]      |
[INFO] [stdout] 2575 |             global_p2_s: GlobalP2S::steal(),
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2576:31
[INFO] [stdout]      |
[INFO] [stdout] 2576 |             global_ctrlap_ns: GlobalCtrlapNs::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2577:30
[INFO] [stdout]      |
[INFO] [stdout] 2577 |             global_ctrlap_s: GlobalCtrlapS::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2578:28
[INFO] [stdout]      |
[INFO] [stdout] 2578 |             global_tad_ns: GlobalTadNs::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2579:27
[INFO] [stdout]      |
[INFO] [stdout] 2579 |             global_tad_s: GlobalTadS::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2580:32
[INFO] [stdout]      |
[INFO] [stdout] 2580 |             global_timer00_ns: GlobalTimer00Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2581:31
[INFO] [stdout]      |
[INFO] [stdout] 2581 |             global_timer00_s: GlobalTimer00S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2582:29
[INFO] [stdout]      |
[INFO] [stdout] 2582 |             global_spu10_s: GlobalSpu10S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2583:32
[INFO] [stdout]      |
[INFO] [stdout] 2583 |             global_dppic10_ns: GlobalDppic10Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2584:31
[INFO] [stdout]      |
[INFO] [stdout] 2584 |             global_dppic10_s: GlobalDppic10S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2585:31
[INFO] [stdout]      |
[INFO] [stdout] 2585 |             global_ppib10_ns: GlobalPpib10Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2586:30
[INFO] [stdout]      |
[INFO] [stdout] 2586 |             global_ppib10_s: GlobalPpib10S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2587:31
[INFO] [stdout]      |
[INFO] [stdout] 2587 |             global_ppib11_ns: GlobalPpib11Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2588:30
[INFO] [stdout]      |
[INFO] [stdout] 2588 |             global_ppib11_s: GlobalPpib11S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2589:32
[INFO] [stdout]      |
[INFO] [stdout] 2589 |             global_timer10_ns: GlobalTimer10Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2590:31
[INFO] [stdout]      |
[INFO] [stdout] 2590 |             global_timer10_s: GlobalTimer10S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2591:30
[INFO] [stdout]      |
[INFO] [stdout] 2591 |             global_rtc10_ns: GlobalRtc10Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2592:29
[INFO] [stdout]      |
[INFO] [stdout] 2592 |             global_rtc10_s: GlobalRtc10S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2593:30
[INFO] [stdout]      |
[INFO] [stdout] 2593 |             global_egu10_ns: GlobalEgu10Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2594:29
[INFO] [stdout]      |
[INFO] [stdout] 2594 |             global_egu10_s: GlobalEgu10S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2595:30
[INFO] [stdout]      |
[INFO] [stdout] 2595 |             global_radio_ns: GlobalRadioNs::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2596:29
[INFO] [stdout]      |
[INFO] [stdout] 2596 |             global_radio_s: GlobalRadioS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2597:29
[INFO] [stdout]      |
[INFO] [stdout] 2597 |             global_spu20_s: GlobalSpu20S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2598:32
[INFO] [stdout]      |
[INFO] [stdout] 2598 |             global_dppic20_ns: GlobalDppic20Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2599:31
[INFO] [stdout]      |
[INFO] [stdout] 2599 |             global_dppic20_s: GlobalDppic20S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2600:31
[INFO] [stdout]      |
[INFO] [stdout] 2600 |             global_ppib20_ns: GlobalPpib20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2601:30
[INFO] [stdout]      |
[INFO] [stdout] 2601 |             global_ppib20_s: GlobalPpib20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2602:31
[INFO] [stdout]      |
[INFO] [stdout] 2602 |             global_ppib21_ns: GlobalPpib21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2603:30
[INFO] [stdout]      |
[INFO] [stdout] 2603 |             global_ppib21_s: GlobalPpib21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2604:31
[INFO] [stdout]      |
[INFO] [stdout] 2604 |             global_ppib22_ns: GlobalPpib22Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2605:30
[INFO] [stdout]      |
[INFO] [stdout] 2605 |             global_ppib22_s: GlobalPpib22S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2606:31
[INFO] [stdout]      |
[INFO] [stdout] 2606 |             global_spim20_ns: GlobalSpim20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2607:31
[INFO] [stdout]      |
[INFO] [stdout] 2607 |             global_spis20_ns: GlobalSpis20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2608:31
[INFO] [stdout]      |
[INFO] [stdout] 2608 |             global_twim20_ns: GlobalTwim20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2609:31
[INFO] [stdout]      |
[INFO] [stdout] 2609 |             global_twis20_ns: GlobalTwis20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2610:32
[INFO] [stdout]      |
[INFO] [stdout] 2610 |             global_uarte20_ns: GlobalUarte20Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2611:30
[INFO] [stdout]      |
[INFO] [stdout] 2611 |             global_spim20_s: GlobalSpim20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2612:30
[INFO] [stdout]      |
[INFO] [stdout] 2612 |             global_spis20_s: GlobalSpis20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2613:30
[INFO] [stdout]      |
[INFO] [stdout] 2613 |             global_twim20_s: GlobalTwim20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2614:30
[INFO] [stdout]      |
[INFO] [stdout] 2614 |             global_twis20_s: GlobalTwis20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2615:31
[INFO] [stdout]      |
[INFO] [stdout] 2615 |             global_uarte20_s: GlobalUarte20S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2616:31
[INFO] [stdout]      |
[INFO] [stdout] 2616 |             global_spim21_ns: GlobalSpim21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2617:31
[INFO] [stdout]      |
[INFO] [stdout] 2617 |             global_spis21_ns: GlobalSpis21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2618:31
[INFO] [stdout]      |
[INFO] [stdout] 2618 |             global_twim21_ns: GlobalTwim21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2619:31
[INFO] [stdout]      |
[INFO] [stdout] 2619 |             global_twis21_ns: GlobalTwis21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2620:32
[INFO] [stdout]      |
[INFO] [stdout] 2620 |             global_uarte21_ns: GlobalUarte21Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2621:30
[INFO] [stdout]      |
[INFO] [stdout] 2621 |             global_spim21_s: GlobalSpim21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2622:30
[INFO] [stdout]      |
[INFO] [stdout] 2622 |             global_spis21_s: GlobalSpis21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2623:30
[INFO] [stdout]      |
[INFO] [stdout] 2623 |             global_twim21_s: GlobalTwim21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2624:30
[INFO] [stdout]      |
[INFO] [stdout] 2624 |             global_twis21_s: GlobalTwis21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2625:31
[INFO] [stdout]      |
[INFO] [stdout] 2625 |             global_uarte21_s: GlobalUarte21S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2626:31
[INFO] [stdout]      |
[INFO] [stdout] 2626 |             global_spim22_ns: GlobalSpim22Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2627:31
[INFO] [stdout]      |
[INFO] [stdout] 2627 |             global_spis22_ns: GlobalSpis22Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2628:31
[INFO] [stdout]      |
[INFO] [stdout] 2628 |             global_twim22_ns: GlobalTwim22Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2629:31
[INFO] [stdout]      |
[INFO] [stdout] 2629 |             global_twis22_ns: GlobalTwis22Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2630:32
[INFO] [stdout]      |
[INFO] [stdout] 2630 |             global_uarte22_ns: GlobalUarte22Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2631:30
[INFO] [stdout]      |
[INFO] [stdout] 2631 |             global_spim22_s: GlobalSpim22S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2632:30
[INFO] [stdout]      |
[INFO] [stdout] 2632 |             global_spis22_s: GlobalSpis22S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2633:30
[INFO] [stdout]      |
[INFO] [stdout] 2633 |             global_twim22_s: GlobalTwim22S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2634:30
[INFO] [stdout]      |
[INFO] [stdout] 2634 |             global_twis22_s: GlobalTwis22S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2635:31
[INFO] [stdout]      |
[INFO] [stdout] 2635 |             global_uarte22_s: GlobalUarte22S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2636:30
[INFO] [stdout]      |
[INFO] [stdout] 2636 |             global_egu20_ns: GlobalEgu20Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2637:29
[INFO] [stdout]      |
[INFO] [stdout] 2637 |             global_egu20_s: GlobalEgu20S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2638:32
[INFO] [stdout]      |
[INFO] [stdout] 2638 |             global_timer20_ns: GlobalTimer20Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2639:31
[INFO] [stdout]      |
[INFO] [stdout] 2639 |             global_timer20_s: GlobalTimer20S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2640:32
[INFO] [stdout]      |
[INFO] [stdout] 2640 |             global_timer21_ns: GlobalTimer21Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2641:31
[INFO] [stdout]      |
[INFO] [stdout] 2641 |             global_timer21_s: GlobalTimer21S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2642:32
[INFO] [stdout]      |
[INFO] [stdout] 2642 |             global_timer22_ns: GlobalTimer22Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2643:31
[INFO] [stdout]      |
[INFO] [stdout] 2643 |             global_timer22_s: GlobalTimer22S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2644:32
[INFO] [stdout]      |
[INFO] [stdout] 2644 |             global_timer23_ns: GlobalTimer23Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2645:31
[INFO] [stdout]      |
[INFO] [stdout] 2645 |             global_timer23_s: GlobalTimer23S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2646:32
[INFO] [stdout]      |
[INFO] [stdout] 2646 |             global_timer24_ns: GlobalTimer24Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2647:31
[INFO] [stdout]      |
[INFO] [stdout] 2647 |             global_timer24_s: GlobalTimer24S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2648:32
[INFO] [stdout]      |
[INFO] [stdout] 2648 |             global_memconf_ns: GlobalMemconfNs::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2649:31
[INFO] [stdout]      |
[INFO] [stdout] 2649 |             global_memconf_s: GlobalMemconfS::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2650:30
[INFO] [stdout]      |
[INFO] [stdout] 2650 |             global_pdm20_ns: GlobalPdm20Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2651:29
[INFO] [stdout]      |
[INFO] [stdout] 2651 |             global_pdm20_s: GlobalPdm20S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2652:30
[INFO] [stdout]      |
[INFO] [stdout] 2652 |             global_pdm21_ns: GlobalPdm21Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2653:29
[INFO] [stdout]      |
[INFO] [stdout] 2653 |             global_pdm21_s: GlobalPdm21S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2654:30
[INFO] [stdout]      |
[INFO] [stdout] 2654 |             global_pwm20_ns: GlobalPwm20Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2655:29
[INFO] [stdout]      |
[INFO] [stdout] 2655 |             global_pwm20_s: GlobalPwm20S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2656:30
[INFO] [stdout]      |
[INFO] [stdout] 2656 |             global_pwm21_ns: GlobalPwm21Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2657:29
[INFO] [stdout]      |
[INFO] [stdout] 2657 |             global_pwm21_s: GlobalPwm21S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2658:30
[INFO] [stdout]      |
[INFO] [stdout] 2658 |             global_pwm22_ns: GlobalPwm22Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2659:29
[INFO] [stdout]      |
[INFO] [stdout] 2659 |             global_pwm22_s: GlobalPwm22S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2660:30
[INFO] [stdout]      |
[INFO] [stdout] 2660 |             global_saadc_ns: GlobalSaadcNs::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2661:29
[INFO] [stdout]      |
[INFO] [stdout] 2661 |             global_saadc_s: GlobalSaadcS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2662:29
[INFO] [stdout]      |
[INFO] [stdout] 2662 |             global_nfct_ns: GlobalNfctNs::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2663:28
[INFO] [stdout]      |
[INFO] [stdout] 2663 |             global_nfct_s: GlobalNfctS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2664:29
[INFO] [stdout]      |
[INFO] [stdout] 2664 |             global_temp_ns: GlobalTempNs::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2665:28
[INFO] [stdout]      |
[INFO] [stdout] 2665 |             global_temp_s: GlobalTempS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2666:27
[INFO] [stdout]      |
[INFO] [stdout] 2666 |             global_p1_ns: GlobalP1Ns::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2667:26
[INFO] [stdout]      |
[INFO] [stdout] 2667 |             global_p1_s: GlobalP1S::steal(),
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2668:33
[INFO] [stdout]      |
[INFO] [stdout] 2668 |             global_gpiote20_ns: GlobalGpiote20Ns::steal(),
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2669:32
[INFO] [stdout]      |
[INFO] [stdout] 2669 |             global_gpiote20_s: GlobalGpiote20S::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2670:29
[INFO] [stdout]      |
[INFO] [stdout] 2670 |             global_tampc_s: GlobalTampcS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2671:30
[INFO] [stdout]      |
[INFO] [stdout] 2671 |             global_i2s20_ns: GlobalI2s20Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2672:29
[INFO] [stdout]      |
[INFO] [stdout] 2672 |             global_i2s20_s: GlobalI2s20S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2673:31
[INFO] [stdout]      |
[INFO] [stdout] 2673 |             global_qdec20_ns: GlobalQdec20Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2674:30
[INFO] [stdout]      |
[INFO] [stdout] 2674 |             global_qdec20_s: GlobalQdec20S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2675:31
[INFO] [stdout]      |
[INFO] [stdout] 2675 |             global_qdec21_ns: GlobalQdec21Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2676:30
[INFO] [stdout]      |
[INFO] [stdout] 2676 |             global_qdec21_s: GlobalQdec21S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2677:29
[INFO] [stdout]      |
[INFO] [stdout] 2677 |             global_grtc_ns: GlobalGrtcNs::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2678:28
[INFO] [stdout]      |
[INFO] [stdout] 2678 |             global_grtc_s: GlobalGrtcS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2679:29
[INFO] [stdout]      |
[INFO] [stdout] 2679 |             global_spu30_s: GlobalSpu30S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2680:32
[INFO] [stdout]      |
[INFO] [stdout] 2680 |             global_dppic30_ns: GlobalDppic30Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2681:31
[INFO] [stdout]      |
[INFO] [stdout] 2681 |             global_dppic30_s: GlobalDppic30S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2682:31
[INFO] [stdout]      |
[INFO] [stdout] 2682 |             global_ppib30_ns: GlobalPpib30Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2683:30
[INFO] [stdout]      |
[INFO] [stdout] 2683 |             global_ppib30_s: GlobalPpib30S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2684:31
[INFO] [stdout]      |
[INFO] [stdout] 2684 |             global_spim30_ns: GlobalSpim30Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2685:31
[INFO] [stdout]      |
[INFO] [stdout] 2685 |             global_spis30_ns: GlobalSpis30Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2686:31
[INFO] [stdout]      |
[INFO] [stdout] 2686 |             global_twim30_ns: GlobalTwim30Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2687:31
[INFO] [stdout]      |
[INFO] [stdout] 2687 |             global_twis30_ns: GlobalTwis30Ns::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2688:32
[INFO] [stdout]      |
[INFO] [stdout] 2688 |             global_uarte30_ns: GlobalUarte30Ns::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2689:30
[INFO] [stdout]      |
[INFO] [stdout] 2689 |             global_spim30_s: GlobalSpim30S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2690:30
[INFO] [stdout]      |
[INFO] [stdout] 2690 |             global_spis30_s: GlobalSpis30S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2691:30
[INFO] [stdout]      |
[INFO] [stdout] 2691 |             global_twim30_s: GlobalTwim30S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2692:30
[INFO] [stdout]      |
[INFO] [stdout] 2692 |             global_twis30_s: GlobalTwis30S::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2693:31
[INFO] [stdout]      |
[INFO] [stdout] 2693 |             global_uarte30_s: GlobalUarte30S::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2694:30
[INFO] [stdout]      |
[INFO] [stdout] 2694 |             global_rtc30_ns: GlobalRtc30Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2695:29
[INFO] [stdout]      |
[INFO] [stdout] 2695 |             global_rtc30_s: GlobalRtc30S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2696:29
[INFO] [stdout]      |
[INFO] [stdout] 2696 |             global_comp_ns: GlobalCompNs::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2697:31
[INFO] [stdout]      |
[INFO] [stdout] 2697 |             global_lpcomp_ns: GlobalLpcompNs::steal(),
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2698:28
[INFO] [stdout]      |
[INFO] [stdout] 2698 |             global_comp_s: GlobalCompS::steal(),
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2699:30
[INFO] [stdout]      |
[INFO] [stdout] 2699 |             global_lpcomp_s: GlobalLpcompS::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2700:29
[INFO] [stdout]      |
[INFO] [stdout] 2700 |             global_wdt30_s: GlobalWdt30S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2701:30
[INFO] [stdout]      |
[INFO] [stdout] 2701 |             global_wdt31_ns: GlobalWdt31Ns::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2702:29
[INFO] [stdout]      |
[INFO] [stdout] 2702 |             global_wdt31_s: GlobalWdt31S::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2703:27
[INFO] [stdout]      |
[INFO] [stdout] 2703 |             global_p0_ns: GlobalP0Ns::steal(),
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2704:26
[INFO] [stdout]      |
[INFO] [stdout] 2704 |             global_p0_s: GlobalP0S::steal(),
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2705:33
[INFO] [stdout]      |
[INFO] [stdout] 2705 |             global_gpiote30_ns: GlobalGpiote30Ns::steal(),
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2706:32
[INFO] [stdout]      |
[INFO] [stdout] 2706 |             global_gpiote30_s: GlobalGpiote30S::steal(),
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2707:30
[INFO] [stdout]      |
[INFO] [stdout] 2707 |             global_clock_ns: GlobalClockNs::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2708:30
[INFO] [stdout]      |
[INFO] [stdout] 2708 |             global_power_ns: GlobalPowerNs::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2709:30
[INFO] [stdout]      |
[INFO] [stdout] 2709 |             global_reset_ns: GlobalResetNs::steal(),
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2710:29
[INFO] [stdout]      |
[INFO] [stdout] 2710 |             global_clock_s: GlobalClockS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2711:29
[INFO] [stdout]      |
[INFO] [stdout] 2711 |             global_power_s: GlobalPowerS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2712:29
[INFO] [stdout]      |
[INFO] [stdout] 2712 |             global_reset_s: GlobalResetS::steal(),
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2713:36
[INFO] [stdout]      |
[INFO] [stdout] 2713 |             global_oscillators_ns: GlobalOscillatorsNs::steal(),
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2714:35
[INFO] [stdout]      |
[INFO] [stdout] 2714 |             global_regulators_ns: GlobalRegulatorsNs::steal(),
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2715:35
[INFO] [stdout]      |
[INFO] [stdout] 2715 |             global_oscillators_s: GlobalOscillatorsS::steal(),
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `generic::Periph::<RB, A>::steal` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/lib.rs:2716:34
[INFO] [stdout]      |
[INFO] [stdout] 2716 |             global_regulators_s: GlobalRegulatorsS::steal(),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833", kill_on_drop: false }`
[INFO] [stdout] 4d21e6af6c7ab2da8824ce3cc63991997cc56929442747adce97b7a9bbb0d833
